ComponentOne ASP.NET MVC Controls
Origin Method (GaugeBuilder<TControl,TBuilder>)

C1.Web.Mvc.Fluent Namespace > GaugeBuilder<TControl,TBuilder> Class : Origin Method
The value.
Configurates C1.Web.Mvc.Gauge.Origin. Sets the starting point used for painting the range.
Syntax
'Declaration
 
Public Function Origin( _
   ByVal value As Nullable(Of Double) _
) As TBuilder
public TBuilder Origin( 
   Nullable<double> value
)

Parameters

value
The value.

Return Value

Current builder.
Remarks
By default, this property is set to null, which causes the value range to start at the gauge's minimum value, or zero if the minimum is less than zero.
See Also

Reference

GaugeBuilder<TControl,TBuilder> Class
GaugeBuilder<TControl,TBuilder> Members